home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Friends / Wave / WavesWorld / Source / IBPalettes / WW3DKit / RIBIlluminate.h < prev    next >
Encoding:
Text File  |  1995-03-22  |  232 b   |  17 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. #import "RIBCommand.h"
  5.  
  6. @interface RIBIlluminate:RIBCommand
  7. {
  8.    RtToken    token;
  9.    RtBoolean   flag;
  10. }
  11.  
  12. - setToken:(RtToken)newToken flag:(RtBoolean)newFlag;
  13. - (RtToken)token;
  14. - (RtBoolean)flag;
  15.  
  16. @end
  17.